ComponentOne DataFilter for WPF
C1.DataFilter Namespace / ObservableCollectionBase<T> Class / CollectionResetting Event

In This Topic
    CollectionResetting Event (ObservableCollectionBase<T>)
    In This Topic
    Occurs before all items are removed.
    Syntax
    'Declaration
     
    
    Public Event CollectionResetting As EventHandler
    public event EventHandler CollectionResetting
    See Also